log/slog.handleState.h (field)

24 uses

	log/slog (current package)
		handler.go#L328: 	if pfa := s.h.preformattedAttrs; len(pfa) > 0 {
		handler.go#L331: 		s.sep = s.h.attrSep()
		handler.go#L332: 		if s.h.json && pfa[len(pfa)-1] == '{' {
		handler.go#L339: 	nOpenGroups := s.h.nOpenGroups
		handler.go#L341: 		s.prefix.WriteString(s.h.groupPrefix)
		handler.go#L348: 		nOpenGroups = len(s.h.groups)
		handler.go#L358: 			nOpenGroups = s.h.nOpenGroups
		handler.go#L361: 	if s.h.json {
		handler.go#L363: 		for range s.h.groups[:nOpenGroups] {
		handler.go#L383: 	h       *commonHandler
		handler.go#L398: 		h:       h,
		handler.go#L423: 	for _, n := range s.h.groups[s.h.nOpenGroups:] {
		handler.go#L434: 	if s.h.json {
		handler.go#L450: 	if s.h.json {
		handler.go#L455: 	s.sep = s.h.attrSep()
		handler.go#L478: 	if rep := s.h.opts.ReplaceAttr; rep != nil && a.Value.Kind() != KindGroup {
		handler.go#L498: 			if s.h.json {
		handler.go#L544: 	if s.h.json {
		handler.go#L549: 	s.sep = s.h.attrSep()
		handler.go#L556: 	case s.h.json:
		handler.go#L571: 	if s.h.json {
		handler.go#L604: 	if s.h.json {
		handler.go#L615: 	if s.h.json {